-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
perf: refactor Panel to lazy load heavy imports #535
perf: refactor Panel to lazy load heavy imports #535
Conversation
WalkthroughThe updates involve enhancing the UI components by integrating a Changes
Recent Review DetailsConfiguration used: .coderabbit.yaml Files selected for processing (1)
Additional comments not posted (4)
TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
Bundle Size (components)
Overall bundle size: 82.16 KB (+334 B +0.40%) Bundle Size (form components)
Overall bundle size: 49.33 KB (-2 B 0.00%) Bundle Size (system)
Overall bundle size: 54.09 KB |
🤖 I have created a release *beep* *boop* --- <details><summary>ui-components: 5.18.2</summary> ## [5.18.2](ui-components-v5.18.1...ui-components-v5.18.2) (2024-04-26) ### Bug Fixes * ensure Button receives focus even in Safari ([#533](#533)) ([7af6083](7af6083)) ### Performance Improvements * refactor Panel to lazy load heavy imports ([#535](#535)) ([840113b](840113b)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: aversini <[email protected]>
Summary by CodeRabbit
New Features
Panel
component within theCustomCard
for enhanced profile interaction.MenuItem
behavior in theCustomCard
.Refactor
Panel
to optimize performance and loading times.